home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’95 / PopPacks 1.2 / Project Data < prev    next >
Text File  |  1995-06-17  |  346b  |  10 lines

  1. constant kButtonText_NoSelection    := "Close All";
  2. constant kButtonText_Close            := "Close";
  3. constant kButtonText_Open            := "Open";
  4. constant kButtonText_Active        := "Active?";
  5. constant kButtonText_Remove        := "Remove";
  6.  
  7. constant kBlankPopChar := "      ";
  8.  
  9. InstallScript := func(partFrame) AddDeferredAction(func() GetRoot().(kAppSymbol):Open(), []);
  10.